Click here to Skip to main content
15,888,016 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRetrieving members of nested groups from AD Pin
Norriskilla18-Jun-09 9:49
Norriskilla18-Jun-09 9:49 
AnswerRe: Retrieving members of nested groups from AD Pin
Abhijit Jana18-Jun-09 11:34
professionalAbhijit Jana18-Jun-09 11:34 
GeneralRe: Retrieving members of nested groups from AD Pin
Norriskilla18-Jun-09 11:53
Norriskilla18-Jun-09 11:53 
QuestionAuthentication Required in Application_Start but not in Application_BeginRequest Pin
mtbvfr18-Jun-09 9:03
mtbvfr18-Jun-09 9:03 
QuestionAlign a paragraph in rich text box Pin
Member 465900118-Jun-09 7:32
Member 465900118-Jun-09 7:32 
Questionpassing Popup wondow values to parent window. Pin
avvaru.murali18-Jun-09 6:35
avvaru.murali18-Jun-09 6:35 
AnswerRe: passing Popup wondow values to parent window. Pin
koolprasad200318-Jun-09 19:56
professionalkoolprasad200318-Jun-09 19:56 
QuestionAJAX Hovermenu on Gridview button field Pin
Ridge Howison18-Jun-09 6:28
Ridge Howison18-Jun-09 6:28 
Hello,

Thank you for reading this post. Here is my situation. I am new to AJAX development. I have a gridview with 4 boundfield columns and 1 buttonfield column. I need to display a popup anytime a user hovers over the buttonfield column and popup a panel which has some database driven text and a button which says "Add this to my plan" and a cancel button on the popup. How do i associate a hovermenu extender to a buttonfield column with targetcontrolid? Does the hovermenu controller need to be associated in the rowcommand of the gridview? How does this need to be done. A code sample or a URL where someone has already done this will help my cause mightily ! Here is the code of what I have

<asp:UpdatePanel ID="updPanel" runat="server" UpdateMode="Conditional">
                                    <ContentTemplate>
                                          <ASCPWebC:GridView
                                                ID="gvProducts" runat="server" DataSourceID="odsProducts"
                                                OnRowDataBound="RowDataBound" AutoGenerateColumns="false" AllowPaging="true" AllowSorting="true"
                                                CssClass="datatable" CellPadding="0" CellSpacing="0" BorderWidth="0" GridLines="None" >
                                                <Columns>
                                                      <asp:BoundField DataField="FieldA" HeaderStyle-CssClass="first" ItemStyle-CssClass="first" DataFormatString="{0Big Grin | :-D }" HeaderText="Field A" SortExpression="ORDER_DATE" />
            <asp:BoundField DataField="FieldB" HeaderText="Field B" SortExpression="FieldB" />
            <asp:ButtonField CommandName="SelectDescription" DataTextField="FieldC" HeaderText="Field C" SortExpression="FieldC" />
            <asp:BoundField DataField="FieldD"   HeaderText="Field D" SortExpression="FieldD"/>
            <asp:BoundField DataField="FieldE" HeaderText="Field E" SortExpression="FieldE"/>
           
           
</Columns>
               </ASCPWebC:GridView>
                                          <asp:Panel ID="Panel1" runat="server">
                                          <% --Here is popup panel,this needs to have some text and an add button,cancel link -- %>
                                          </asp:Panel>
                          
                                          </div>
                                    </ContentTemplate>
                                    <Triggers>
                                    <asp:AsyncPostBackTrigger ControlID="cblTest" EventName="SelectedIndexChanged" />
                                    </Triggers>
                              </asp:UpdatePanel>

Any and all help is much appreciated.

Thanks
RH
QuestionMASTER PAGE ISSUE Pin
Amit Patel198518-Jun-09 4:31
Amit Patel198518-Jun-09 4:31 
AnswerRe: MASTER PAGE ISSUE Pin
ToddHileHoffer18-Jun-09 10:03
ToddHileHoffer18-Jun-09 10:03 
Question[Message Deleted] Pin
Veerendranadh18-Jun-09 4:17
Veerendranadh18-Jun-09 4:17 
AnswerRe: Unable to disable backgroup using modalpopup extender Pin
httplover18-Jun-09 4:21
httplover18-Jun-09 4:21 
AnswerRe: Unable to disable backgroup using modalpopup extender Pin
dan!sh 18-Jun-09 4:21
professional dan!sh 18-Jun-09 4:21 
QuestionN-Layer ASP.Net Application Pin
Nutan T.18-Jun-09 3:46
Nutan T.18-Jun-09 3:46 
AnswerRe: N-Layer ASP.Net Application Pin
Vimalsoft(Pty) Ltd18-Jun-09 3:50
professionalVimalsoft(Pty) Ltd18-Jun-09 3:50 
QuestionValidation Summary Pin
Pankaj1818-Jun-09 3:00
Pankaj1818-Jun-09 3:00 
AnswerRe: Validation Summary Pin
Vimalsoft(Pty) Ltd18-Jun-09 3:34
professionalVimalsoft(Pty) Ltd18-Jun-09 3:34 
AnswerRe: Validation Summary Pin
Baran M18-Jun-09 20:44
Baran M18-Jun-09 20:44 
Questionpre class like CP Pin
Xmen Real 18-Jun-09 2:58
professional Xmen Real 18-Jun-09 2:58 
QuestionCustom Properties in partial class of Entities Framework object not displayed in ASP.NET Dynamic Data Pin
Kris Penner18-Jun-09 2:27
Kris Penner18-Jun-09 2:27 
GeneralRe: Custom Properties in partial class of Entities Framework object not displayed in ASP.NET Dynamic Data Pin
Brady Kelly26-Jun-10 3:45
Brady Kelly26-Jun-10 3:45 
GeneralRe: Custom Properties in partial class of Entities Framework object not displayed in ASP.NET Dynamic Data Pin
brinkerville19-Jan-11 5:54
brinkerville19-Jan-11 5:54 
AnswerRe: Custom Properties in partial class of Entities Framework object not displayed in ASP.NET Dynamic Data Pin
Martintuk10-Jan-13 5:56
Martintuk10-Jan-13 5:56 
QuestionRating Control Pin
keyur satyadev18-Jun-09 2:11
keyur satyadev18-Jun-09 2:11 
AnswerRe: Rating Control Pin
Not Active18-Jun-09 2:21
mentorNot Active18-Jun-09 2:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.